Removed call to get_preferred_size (widget, NULL, NULL);
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 8 Oct 2010 13:27:02 +0000 (22:27 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 8 Oct 2010 13:33:21 +0000 (22:33 +0900)
commit3267cd08e9319ebe202bc83536e0e68d0fb6febc
tree282a47d9c78309cf4b07c09febe53d19b9a9aced
parent480b9f6b1131c49a7c21b87a543dadfa936993e8
Removed call to get_preferred_size (widget, NULL, NULL);

This was another case of making sure size-request was called
before other code was doing get_child_requisition(), now caching
is done via the same api so no need for that line.
gtk/gtkwindow.c